projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1275407
)
(Fcall_interactively): Pass new arg to sit_for.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 01:50:25 +0000
(
01:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 01:50:25 +0000
(
01:50
+0000)
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index b0e0e3c145471a0ee3dc66f15aa457a2c42505f7..7a579fcb20e293d2249548f3e0ac2ce728dad981 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-592,7
+592,7
@@
Otherwise, this is done only if an arg is read using the minibuffer.")
if (! first)
{
message ("Please enter a number.");
- sit_for (1, 0, 0, 0);
+ sit_for (1, 0, 0, 0
, 0
);
}
first = 0;